home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / wires / r3wmanag.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  656 b   |  28 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/real/wires/r3wmanag.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("oops/r3root.js")
  7. include("real/wires/r3wire.js")
  8. var R3CLID_WIREOBJMANAGER = 697;
  9.  
  10. R3WMANAGM_REALIZE = 697000;
  11.  
  12. function _R3WMANAGM_REALIZE() {
  13.   return this.r3Do(R3WMANAGM_REALIZE, arguments);
  14. }
  15.  
  16. function r3Wireobjmanager () { 
  17.    this.base = r3God;
  18.    if(arguments.length) {
  19.       this.base(R3CLID_WIREOBJMANAGER, arguments);
  20.    }
  21.    // Attributes
  22. }
  23.  
  24. r3Wireobjmanager.prototype=new r3Root;
  25.    // Methods
  26.    this.REALIZE=_R3WMANAGM_REALIZE;
  27.  
  28. // inc/real/wires/r3wmanag.h_H